gtkprintunixdialog: Remove a redundant (GFile != NULL) check
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 26 Nov 2013 15:06:48 +0000 (15:06 +0000)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 2 Dec 2013 10:36:26 +0000 (10:36 +0000)
commitb37f8b80b46f3453491f5de4df2ca1437c30582b
tree6958580579f587359031302e44fd23e7cfdca2bb
parent380150361b8ab22f9a14d4f68de865d10e6ec62e
gtkprintunixdialog: Remove a redundant (GFile != NULL) check

g_file_new_for_uri() is guaranteed to return a non-NULL value, so this
check was redundant, and was confusing the static analyser into
returning a false positive, where it thought the file could be NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=712760
gtk/gtkprintunixdialog.c